-
Notifications
You must be signed in to change notification settings - Fork 316
readme for hip-3 pusher #3318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
readme for hip-3 pusher #3318
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| # Run the container | ||
| docker run --rm \ | ||
| -p 9090:9090 \ | ||
| -v "$(pwd)/apps/hip-3-pusher/config/config.toml:/app/config/config.toml" \ | ||
| hip-3-pusher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition you'd probably need to mount the oracle updater private key to something like /private-key.txt and specify this path in the config.toml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed.
removed the changes to the sample config file (as it would be removed in your PR)
Summary
Add instructions in README on what is the prerequisite for running the hip-3 price pusher and also how to do the setup.
Rationale
How has this been tested?